
/*弹出层*/
.i-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/show/icon2016.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.popup1_bg {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 999990;
}
.popup1 {
	position: fixed;
	z-index: 999999;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
.popup1 .close-btn {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../images/show/close-btn.png) center center no-repeat;
	top: 1px;
	right: 1px;
	z-index: 99;
	box-shadow: 0 4px 20px #666;
}
.popup1 .pic-title {
	position: absolute;
	width: 220px;
	height: 79px;
	left: 0;
	top: 30px;
	background: url("../images/show/pic_text_bg.png") left center no-repeat;
	z-index: 10;
}
.popup1 .zhym-title {
	display: none;
}
.popup1 .pic-title p {
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
}
.popup1 .big-pic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.popup1 .big-pic-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	vertical-align: middle;
	overflow-y: auto;
}
.popup1 .big-pic-middle {
	text-align: center;
	display: inline-table;
	min-height: 100%;
}
.popup1 .big-pic-middle a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.popup1 .big-pic img {
	max-width: 100%;
	vertical-align: middle;
}
.popup1 .big-pic .btn {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
	background: #ffffff;
	opacity: .6;
	z-index: 10;
	border-radius: 50%;
	box-shadow: 0 4px 20px #666;
}
.popup1 .big-pic .btn:hover {
	opacity: 1;
}
.popup1 .big-pic .btn .i-icon {
	margin-top: 30px;
}
.popup1 .big-pic .prev-btn {
	left: 50%;
	margin-left: -552px;
}
.popup1 .big-pic .prev-btn .i-icon {
	background-position: -210px -30px;
}
.popup1 .big-pic .next-btn {
	right: 50%;
	margin-right: -552px;
}
.popup1 .big-pic .next-btn .i-icon {
	background-position: -240px -30px;
}

/*详情页面弹窗*/
.popup1-zhym-xiangqing .big-pic-box{ background:#FFF; width:900px; height:500px; top:50%; left:50%; margin-left:-450px; margin-top:-250px; overflow-y: visible;}
.popup1-zhym-xiangqing .big-pic-box img{ max-width:900px; max-height:500px;}
.popup1-zhym-xiangqing .close-btn{box-shadow: none; width:39px; height:60px; background:url("../images/show/xq-close.png") no-repeat 0 0; top:-60px;}
.popup1-zhym-xiangqing  .big-pic .btn{ width:60px; height:60px; margin-top:-30px;}
.popup1-zhym-xiangqing .big-pic .btn .i-icon{ margin-top:15px;}
